← Back to the Pokédex
How to add cards
The site is now powered by a dynamic Python backend that automatically generates your card images.
Adding a new Card
- Create a card using PokeCardMaker and export the
.json data.
- Click the ⬆ Upload button in the top right corner of the Pokédex.
- Drag and drop your
.json file into the dropzone.
- Select an existing Set, or choose + Create new set to make a new one.
- Click Upload & Generate Image. The server will automatically process the JSON and download a high-res (Ultra 4x) image in the background. It takes about 15 seconds!
For advanced instructions on running the server, tweaking the site, or managing cards, please refer to the project's README.md file.